PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFCanvas Class / beginStructureElement Method / beginStructureElement(PDFStructureElement) Method
The structure element associated with the content enclosed by the marked content sequence.
In This Topic
    beginStructureElement(PDFStructureElement) Method
    In This Topic
    Begins a marked content sequence associated with a object.
    Each beginStructureElement call must be paired with a call.
    Syntax
    public void beginStructureElement( 
       PDFStructureElement structureElement
    )

    Parameters

    structureElement
    The structure element associated with the content enclosed by the marked content sequence.
    Exceptions
    ExceptionDescription
    When structureElement is null or the structure element does not have a type.
    See Also